home *** CD-ROM | disk | FTP | other *** search
/ CD/PC Actual 31 / PC Actual CD 31.iso / dists / SRC / SLIBEXEC.AA / SLIBEXEC / libexec / bootpd / getether.h < prev    next >
Encoding:
C/C++ Source or Header  |  1996-01-22  |  118 b   |  8 lines

  1. /* getether.h */
  2.  
  3. #ifdef    __STDC__
  4. extern int getether(char *ifname, char *eaptr);
  5. #else
  6. extern int getether();
  7. #endif
  8.